home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / VT60P480.PPD < prev    next >
Text File  |  1990-06-24  |  9KB  |  296 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Varityper VT-600P" version 48.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 009454 or 009749
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(Varityper VT-600)"
  19. *PSVersion: "(48.0) 4"
  20. *NickName: "Varityper VT-600P v48.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "1354706"
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "10"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 600dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "75.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "letter"
  102. *PageSize Legal: "legal"
  103. *PageSize A4: "a4"
  104. *PageSize B4: "b4"
  105.  
  106. *% These entries will set up the frame buffer. Usually used with manual feed.
  107. *DefaultPageRegion: Letter
  108. *PageRegion Letter: "letter"
  109. *PageRegion Legal: "legal"
  110. *PageRegion A4: "a4"
  111. *PageRegion B4: "b4"
  112.  
  113. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  114. *% These errors should be trapped by software and a message displayed
  115. *DefaultPaperTray: None
  116. *% since there is no way to invoke a specific papertray for the Varityper
  117. *% these keywords were removed
  118.  
  119. *% The following entries provide information about specific paper keywords.
  120. *DefaultImageableArea: Letter
  121. *ImageableArea Letter: "18 18 593 772 "
  122. *ImageableArea Legal: "18 19 593 990 "
  123. *ImageableArea A4: "17 19 577 822 "
  124. *ImageableArea B4: "48 48 680 983 "
  125. *?ImageableArea: "
  126.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  127.   newpath clippath pathbbox
  128.   4 -2 roll exch 2 {ceiling cvp} repeat
  129.   exch 2 {floor cvp} repeat flush
  130.  restore
  131. "
  132. *End
  133.  
  134. *% These provide the physical dimensions of the paper (by keyword)
  135. *DefaultPaperDimension: Letter
  136. *PaperDimension Letter: "612 792"
  137. *PaperDimension Legal: "612 1008"
  138. *PaperDimension A4: "595 842"
  139. *PaperDimension B4: "729 1032"
  140.  
  141. *DefaultOutputBin: Upper
  142. *DefaultInputSlot: None
  143.  
  144. *DefaultManualFeed: False
  145. *%manualfeed invocation requires nothing
  146. *ManualFeed True: ""
  147. *ManualFeed False: ""
  148.  
  149. *DefaultOutputOrder: Normal
  150.  
  151. *DefaultCollator: None
  152. *DefaultSorter: None
  153. *DefaultDuplex: None
  154.  
  155. *% Font Information =====================
  156.  
  157. *DefaultFont: Courier
  158. *Font Courier: Standard "(001.004)"
  159. *Font Courier-Bold: Standard "(001.004)"
  160. *Font Courier-BoldOblique: Standard "(001.004)"
  161. *Font Courier-Oblique: Standard "(001.004)"
  162. *Font Symbol: Special "(001.001)"
  163. *Font Varitimes#Bold: Standard "(001.000)"
  164. *Font Varitimes#BoldItalic: Standard "(001.000)"
  165. *Font Varitimes#Italic: Standard "(001.000)"
  166. *Font Varitimes#Roman: Standard "(001.000)"
  167. *?FontQuery: "
  168. save  4 dict begin /sv exch def
  169. /str (fonts/                              ) def
  170. /st2 128 string def
  171. {
  172.   count 0 gt {
  173.     dup st2 cvs (/) print print (:) print
  174.     dup FontDirectory exch known {pop (Yes)}{
  175.      str exch st2 cvs dup length /len exch def
  176.      6 exch putinterval str 0 len 6 add getinterval mark exch
  177.      { } st2 filenameforall counttomark 0 gt {
  178.       cleartomark (Yes)}{cleartomark (No)}ifelse
  179.     }ifelse = flush
  180.   }{ exit } ifelse
  181. } bind loop 
  182. (*) = flush
  183. sv end restore
  184. "
  185. *End
  186.  
  187. *?FontList: "
  188. save  2 dict begin /sv exch def
  189. /str 128 string def
  190. FontDirectory { pop == } bind forall flush 
  191. /filenameforall where { 
  192.  pop save (fonts/*) { 
  193.   dup length 6 sub 6 exch getinterval cvn ==  
  194.  } bind str filenameforall flush restore
  195. } if 
  196. (*) = flush
  197. sv end restore
  198. "
  199. *End
  200.  
  201. *% Printer Messages (verbatim from printer):
  202. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  203. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  204. *Message: "\FontName\ not found, using Courier"
  205.  
  206. *% Status (format: %%[ status: <one of these> ]%% )
  207. *Status: "idle"
  208. *Status: "busy"
  209. *Status: "waiting"
  210. *Status: "printing"
  211. *Status: "warming up"
  212. *Status: "initializing"
  213. *Status: "PrinterError: PE not responding"
  214. *Status: "PrinterError: paper jam"
  215. *Status: "PrinterError: PE sync error"
  216. *Status: "PrinterError: PE scan motor error"
  217. *Status: "PrinterError: PE laser power error"
  218. *Status: "PrinterError: PE drum motor error"
  219. *Status: "PrinterError: PE fuser error"
  220. *Status: "PrinterError: PE laser adjustment error"
  221. *Status: "PrinterError: PE needs attention"
  222. *Status: "PrinterError: out of paper"
  223. *Status: "PrinterError: no paper tray"
  224. *Status: "PrinterError: heater not ready"
  225. *Status: "PrinterError: door open"
  226.  
  227. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  228. *Source: "serial9"
  229. *Source: "serial25"
  230. *Source: "AppleTalk"
  231. *Source: "Centronics"
  232.  
  233. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  234. *PrinterError: "PE not responding"
  235. *PrinterError: "paper jam"
  236. *PrinterError: "PE sync error"
  237. *PrinterError: "PE scan motor error"
  238. *PrinterError: "PE laser power error"
  239. *PrinterError: "PE drum motor error"
  240. *PrinterError: "PE fuser error"
  241. *PrinterError: "PE laser adjustment error"
  242. *PrinterError: "PE needs attention"
  243. *PrinterError: "out of paper"
  244. *PrinterError: "no paper tray"
  245. *PrinterError: "heater not ready"
  246. *PrinterError: "door open"
  247.  
  248. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  249.  
  250. *% Color Separation Information =====================
  251.  
  252. *DefaultColorSep: ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi
  253.  
  254. *InkName: ProcessBlack/Process Black
  255. *InkName: CustomColor/Custom Color
  256. *InkName: ProcessCyan/Process Cyan
  257. *InkName: ProcessMagenta/Process Magenta
  258. *InkName: ProcessYellow/Process Yellow
  259.  
  260. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) ===============================
  261.  
  262. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  263. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  264. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  265. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  266. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  267.  
  268. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  269. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  270. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  271. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  272. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  273.  
  274. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  275. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  276. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  277. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  278. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  279. *End
  280.  
  281. *% For 71 lpi / 600 dpi =====================================================
  282.  
  283. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  284. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  285. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  286. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  287. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  288.  
  289. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  290. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  291. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  292. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  293. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  294.  
  295. *% end of PPD file for Varityper VT-600P
  296.